SourceLocation Methods

 

Namespace:   Microsoft.VisualStudio.GraphModel.CodeSchema
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubmethodCreateGraphNodeId()

Creates graph node ID for this source location, which includes the file name and positions as parts.

System_CAPS_pubmethodEquals(Object^)

Compares this source location instance with another object for equality.(Overrides ValueType::Equals(Object^).)

System_CAPS_pubmethodEquals(SourceLocation)

Compares this source location instance with another source location instance for equality.

System_CAPS_pubmethodGetHashCode()
System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Represents this source location as a string.(Overrides ValueType::ToString().)

Return to top
Show: