言語

Style.Keys プロパティ

定義

NameObjectCollectionBase.KeysCollection インスタンス内のすべてのキーを含むNameObjectCollectionBase インスタンスを取得します。

public:
 virtual property System::Collections::ICollection ^ Keys { System::Collections::ICollection ^ get(); };
public override System.Collections.ICollection Keys { get; }
member this.Keys : System.Collections.ICollection
Public Overrides ReadOnly Property Keys As ICollection

プロパティ値

コレクション内のすべてのキーを含む NameObjectCollectionBase.KeysCollection です。 NameObjectCollectionBaseの詳細については、Microsoft .NET Framework SDKドキュメントの「NameObjectCollectionBase Class」をご覧ください。

適用対象