VCCodeReference::Location Property (vsCMWhere)

 

Not currently implemented.

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

property String^ default[
	vsCMWhere Where = vsCMWhere::vsCMWhereDefault
] {
	String^ get(vsCMWhere Where = vsCMWhere::vsCMWhereDefault);
}

Parameters

Where
Type: Microsoft.VisualStudio.VCCodeModel::vsCMWhere

A vsCMWhere value specifying whether the TextPoint object is the definition or the declaration.

Property Value

Type: System::String^
Return to top
Show: