アセンブリの ID を取得します。
名前空間 : Microsoft.VisualStudio.Data.Schema.Project.Automation
アセンブリ : Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)
構文
'宣言
Public Overrides ReadOnly Property Identity As String
'使用
Dim instance As OAAssemblyReference
Dim value As String
value = instance.Identity
public override string Identity { get; }
public:
virtual property String^ Identity {
String^ get () override;
}
public override function get Identity () : String
プロパティ値
型 : System.String