次の方法で共有


LineDisplayCapabilities.SupportedDescriptors プロパティ

定義

行の表示でサポートされている記述子の数を取得します。

public:
 property unsigned int SupportedDescriptors { unsigned int get(); };
uint32_t SupportedDescriptors();
public uint SupportedDescriptors { get; }
var uInt32 = lineDisplayCapabilities.supportedDescriptors;
Public ReadOnly Property SupportedDescriptors As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

行表示でサポートされる記述子の数。 値 0 は、行表示が記述子をサポートしていないことを示します。

適用対象