Delen via


Configuration.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 Configuration 
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 GUID representing the CATID.

Remarks

The CATID is typically specific to an implementation of an object.

.NET Framework Security

See Also

Reference

Configuration Interface

Configuration Members

EnvDTE Namespace

Other Resources

Implementing and Using Automation Extenders