VCCodeStruct.References Property

Not currently implemented.

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

Syntax

声明
ReadOnly Property References As CodeElements
用法
Dim instance As VCCodeStruct
Dim value As CodeElements

value = instance.References
CodeElements References { get; }
property CodeElements^ References {
    CodeElements^ get ();
}
function get References () : CodeElements

Property Value

Type: CodeElements

An empty CodeElements collection.

Permissions

See Also

Reference

VCCodeStruct Interface

VCCodeStruct Members

Microsoft.VisualStudio.VCCodeModel Namespace