VCCodeEnum.ExtenderCATID Property

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

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

Syntax

声明
ReadOnly Property ExtenderCATID As String
用法
Dim instance As VCCodeEnum
Dim value As String

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

Property Value

Type: System.String

An Extender CATID.

Remarks

ExtenderCATID returns the GUID representing the CATID of the object as a string.

备注

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.

Permissions

See Also

Reference

VCCodeEnum Interface

VCCodeEnum Members

Microsoft.VisualStudio.VCCodeModel Namespace