ForEachEnumeratorHostClass.CreationName プロパティ

定義

実行時に ForEachItemEnumeratorClass オブジェクトのインスタンスを作成するために使われる文字列を返します。 このプロパティは読み取り専用です。

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

プロパティ値

名前を含む文字列です。 名称は完全限定アセンブリ名(管理アセンブリ用)、PROGIDやCLSID(COM DLL用)である場合もあります。

実装

適用対象