OAAssemblyReference.Identity Property

Gets the ID of the assembly.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
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

Property Value

Type: System.String

The FullName of the assembly.

Implements

Reference.Identity

Permissions

See Also

Reference

OAAssemblyReference Class

OAAssemblyReference Members

Microsoft.VisualStudio.Package.Automation Namespace