VCCodeVariable.ExtenderCATID Property

Definition

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

public:
 property System::String ^ ExtenderCATID { System::String ^ get(); };
public:
 property Platform::String ^ ExtenderCATID { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(14)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(14)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.DispId(14)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Property Value

An Extender CATID.

Attributes

Remarks

ExtenderCATID 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, ExtenderCATID for a Visual Basic project object is different from ExtenderCATID for a Visual C++ project object.

Applies to