VCCodeMap Methods

 

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

NameDescription
System_CAPS_pubmethodAddEntry(String^, Object^)

Inserts a map entry into the map code element represented by the VCCodeMap object.

System_CAPS_pubmethodGetEndPoint(vsCMPart)

Gets a TextPoint object that marks the end of the code element definition.

System_CAPS_pubmethodGetStartPoint(vsCMPart)

Gets a TextPoint object that defines the beginning of the code element definition.

System_CAPS_pubmethodIsSelf(Object^)

Determines if the specified code element is the same as another code element.

System_CAPS_pubmethodRemoveEntry(Object^)

Removes the specified map entry from the map code element represented by the VCCodeMap object.

Return to top
Show: