言語

StyleBase.Keys プロパティ

定義

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

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

プロパティ値

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

適用対象