Share via


PropertyCollection.PropertyNames プロパティ

定義

このコレクション内のプロパティの名前を取得します。

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

プロパティ値

このコレクション内のプロパティの名前が格納されている ICollection オブジェクト。

注釈

プロパティのメンバーに PropertyNames アクセスすると、 COMException 基になるインターフェイスへのアクセス中にエラーが発生したため、 がスローされる可能性があります。

適用対象