Share via


VCCodeReference.Parent Property

Not currently implemented.

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

Syntax

'Declaration
ReadOnly Property Parent As Object
'Usage
Dim instance As VCCodeReference 
Dim value As Object 

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

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

VCCodeReference Interface

VCCodeReference Members

Microsoft.VisualStudio.VCCodeModel Namespace