ForEachLoopClass.CreationName プロパティ

定義

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

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、またはCOMのDLL用CLSIDである場合があります。

実装

適用対象