OAReferenceBase.Type Property
Gets the type of the reference (assembly or COM component).
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Type As prjReferenceType
Get
'Usage
Dim instance As OAReferenceBase
Dim value As prjReferenceType
value = instance.Type
public virtual prjReferenceType Type { get; }
public:
virtual property prjReferenceType Type {
prjReferenceType get ();
}
function get Type () : prjReferenceType
abstract Type : prjReferenceType
override Type : prjReferenceType
Property Value
Type: VSLangProj.prjReferenceType
Implements
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace