Gets the type of the assembly.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property Type As prjReferenceType
'使用
Dim instance As OAAssemblyReference
Dim value As prjReferenceType
value = instance.Type
public override prjReferenceType Type { get; }
public:
virtual property prjReferenceType Type {
prjReferenceType get () override;
}
public override function get Type () : prjReferenceType
Property Value
Type: VSLangProj.prjReferenceType
prjReferenceType (assembly or COM component).
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.