OAReferenceBase<RefType>.PublicKeyToken Property

Gets the public key token for the referenced assembly.

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

Syntax

'宣言
Public Overridable ReadOnly Property PublicKeyToken As String
'使用
Dim instance As OAReferenceBase
Dim value As String

value = instance.PublicKeyToken
public virtual string PublicKeyToken { get; }
public:
virtual property String^ PublicKeyToken {
    String^ get ();
}
public function get PublicKeyToken () : String

Property Value

Type: System.String

The public key token of the assembly.

Implements

Reference.PublicKeyToken

Remarks

By default this method throws an exception because it is not implemented. This class can represent projects or COM components as well as assemblies.

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace