ExtendedProperty.CreationName プロパティ

定義

ランタイム エンジンが使用する文字列を返します。ランタイム エンジンは、この文字列を使用して ExtendedProperty オブジェクトのインスタンスを作成し、ExtendedProperties コレクションにこのオブジェクトを追加します。 このプロパティは読み取り専用です。

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

プロパティ値

名前を含む文字列。 完全修飾アセンブリ名 (マネージド アセンブリの場合) か、PROGID または CLSID (COM DLL の場合) です。

実装

適用対象