VCActiveXReference.Reference Property

Gets the reference associated with this configuration.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property Reference As Object
用法
Dim instance As VCActiveXReference
Dim value As Object

value = instance.Reference
Object Reference { get; }
property Object^ Reference {
    Object^ get ();
}
function get Reference () : Object

Property Value

Type: System.Object

An object representing the reference associated with this configuration.

Implements

VCReference.Reference

Permissions

See Also

Reference

VCActiveXReference Interface

VCActiveXReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace