VCCodeUsingAlias::Location Property (vsCMWhere)

 

Returns the location of the object declaration.

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

Optional. A vsCMWhere value specifying whether the location of the declaration or the definition is returned.

Property Value

Type: System::String^

The location of the object declaration.

Return to top
Show: