VCCodeBase.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 VCCodeBase
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
- 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.