Project.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(208)]
public string ExtenderCATID { [System.Runtime.InteropServices.DispId(208)] [System.Runtime.InteropServices.TypeLibFunc(1024)] get; }
[<System.Runtime.InteropServices.DispId(208)>]
[<get: System.Runtime.InteropServices.DispId(208)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(1024)>]
member this.ExtenderCATID : string
Public ReadOnly Property ExtenderCATID As String

Property Value

A string representing the CATID of the object in GUID form.

Attributes

Remarks

Note

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

Applies to