CodeModel2 Methods

 

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

NameDescription
System_CAPS_pubmethodAddAttribute(String^, Object^, String^, Object^)

Creates a new attribute code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddClass(String^, Object^, Object^, Object^, Object^, vsCMAccess)

Creates a new class code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddDelegate(String^, Object^, Object^, Object^, vsCMAccess)

Creates a new delegate code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddEnum(String^, Object^, Object^, Object^, vsCMAccess)

Creates a new enumeration code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddFunction(String^, Object^, vsCMFunction, Object^, Object^, vsCMAccess)

Creates a new function code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddInterface(String^, Object^, Object^, Object^, vsCMAccess)

Creates a new interface code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddNamespace(String^, Object^, Object^)

Creates a new namespace code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddStruct(String^, Object^, Object^, Object^, Object^, vsCMAccess)

Creates a new structure code construct and inserts the code in the correct location.

System_CAPS_pubmethodAddVariable(String^, Object^, Object^, Object^, vsCMAccess)

Creates a new variable code construct and inserts the code in the correct location.

System_CAPS_pubmethodCodeTypeFromFullName(String^)

Returns a code element based on a fully qualified name.

System_CAPS_pubmethodCreateCodeTypeRef(Object^)

Returns a CodeTypeRef object based on the passed, data-type indicator.

System_CAPS_pubmethodDotNetNameFromLanguageSpecific(String^)

Converts a native language string to .NET format.

System_CAPS_pubmethodElementFromID(String^)

Returns a specific, existing code element.

System_CAPS_pubmethodIsValidID(String^)

Returns whether a specified name is a valid programmatic identifier for the current language.

System_CAPS_pubmethodLanguageSpecificNameFromDotNet(String^)

Translates from the fully qualified Visual Studio name to an unmanaged namespace form.

System_CAPS_pubmethodRemove(Object^)

Removes the specified code element from the source file.

System_CAPS_pubmethodSynchronize()

Ensures that all current code model events have been raised and the model has finished being generated.

Return to top
Show: