PackageClass.CreationName プロパティ

定義

PackageClassオブジェクトを作成する際に使われた名前を手に入れます。

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

プロパティ値

創造名。

実装

注釈

詳細については、Packageを参照してください。

適用対象