Project.ExtenderCATID Property

Gets the Extender category ID (CATID) for the object.

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

Syntax

'Declaration
ReadOnly Property ExtenderCATID As String
'Usage
Dim instance As Project 
Dim value As String 

value = instance.ExtenderCATID
string ExtenderCATID { get; }
property String^ ExtenderCATID {
    String^ get ();
}
function get ExtenderCATID () : String

Property Value

Type: System.String
A string representing the CATID of the object in GUID form.

Remarks

Note

Project.ExtenderCATID for a Visual Basic project object is different from Project.ExtenderCATID for a Visual C++ project object.

.NET Framework Security

See Also

Reference

Project Interface

Project Members

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders