次の方法で共有


ITableColumnDefinition.Name プロパティ

定義

列の一意識別子。

public:
 property System::String ^ Name { System::String ^ get(); };
public:
 property Platform::String ^ Name { Platform::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

String が返されます。

注釈

この値は、Name 属性によって指定された値と一致する必要があります。

適用対象