Share via


OAProjectReference.Type Property

Gets the type of the project reference.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Type As prjReferenceType
    Get
'Usage
Dim instance As OAProjectReference
Dim value As prjReferenceType

value = instance.Type
public override prjReferenceType Type { get; }
public:
virtual property prjReferenceType Type {
    prjReferenceType get () override;
}
override function get Type () : prjReferenceType
abstract Type : prjReferenceType
override Type : prjReferenceType

Property Value

Type: VSLangProj.prjReferenceType

Implements

Reference.Type

.NET Framework Security

See Also

Reference

OAProjectReference Class

OAProjectReference Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace