OAProjectReference.Type Property

Gets the type of the project reference.

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 OAProjectReference
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

prjReferenceTypeAssembly.

Implements

Reference.Type

Permissions

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Package.Automation Namespace