MessagePropertyFilter.DefaultLabelSize プロパティ
アセンブリ: System.Messaging (system.messaging.dll 内)

Dim instance As MessagePropertyFilter Dim value As Integer value = instance.DefaultLabelSize instance.DefaultLabelSize = value
/** @property */ public int get_DefaultLabelSize () /** @property */ public void set_DefaultLabelSize (int value)
メッセージの受信時に作成されるラベル バッファの既定サイズ。既定値は 255 バイトです。



DefaultLabelSize プロパティの使用方法を示すコード例を次に示します。
// Set the filter's DefaultLabelSize property to 1024 bytes. queue.MessageReadPropertyFilter.DefaultLabelSize = 1024; // Display the new value of the filter's DefaultLabelSize property. Console.WriteLine("MessageReadPropertyFilter.DefaultLabelSize: {0}", queue.MessageReadPropertyFilter.DefaultLabelSize.ToString());
// Set the filter's DefaultLabelSize // property to 1024 bytes. queue->MessageReadPropertyFilter-> DefaultLabelSize = 1024; // Display the new value of the filter's // DefaultLabelSize property. Console::WriteLine( "MessageReadPropertyFilter.DefaultLabelSize: {0}", queue->MessageReadPropertyFilter->DefaultLabelSize);
// Set the filter's DefaultLabelSize property to 1024 bytes. queue.get_MessageReadPropertyFilter().set_DefaultLabelSize(1024); // Display the new value of the filter's DefaultLabelSize property. Console.WriteLine("MessageReadPropertyFilter.DefaultLabelSize: {0}", System.Convert.ToString(queue.get_MessageReadPropertyFilter(). get_DefaultLabelSize()));


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


MessagePropertyFilter クラス
MessagePropertyFilter メンバ
System.Messaging 名前空間
Message クラス
Label
MessageQueue
Weblioに収録されているすべての辞書からMessagePropertyFilter.DefaultLabelSize プロパティを検索する場合は、下記のリンクをクリックしてください。

- MessagePropertyFilter.DefaultLabelSize プロパティのページへのリンク