Share via


OAComReference.Type Property

Gets the type of reference this is.

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
'Usage
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

Reference.Type

.NET Framework Security

See Also

Reference

OAComReference Class

OAComReference Members

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