Reference2.ExtenderCATID Property

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

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

Syntax

'Declaration
ReadOnly Property ExtenderCATID As String
string ExtenderCATID { get; }
property String^ ExtenderCATID {
    String^ get ();
}
abstract ExtenderCATID : string with get
function get ExtenderCATID () : String

Property Value

Type: String

Remarks

Returns the GUID representing the CATID of the object as a string.

Note

The CATID is typically specific to an implementation of an object. For example, Project.ExtenderCATID is different for a Visual Basic project object compared to a Visual C++ project object.

.NET Framework Security

See Also

Reference

Reference2 Interface

VSLangProj2 Namespace

Other Resources

Implementing and Using Automation Extenders