Gets the type of reference this is.
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 OAComReference
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
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.