言語

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用)である場合もあります。

実装

適用対象