Gets the extender category ID (CATID) for the object.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable ReadOnly Property ExtenderCATID As String
'使用
Dim instance As OAProjectItem
Dim value As String
value = instance.ExtenderCATID
public virtual string ExtenderCATID { get; }
public:
virtual property String^ ExtenderCATID {
String^ get ();
}
public function get ExtenderCATID () : String
Property Value
Type: System.String
When implemented in derived classes, the ID of the extender category. By default returns a null reference (Nothing in Visual Basic).
Implements
ProjectItemExtenderCATID()
Remarks
The CATID is typically specific to an implementation of an object. For example, the CATID of a Visual Basic project object is distinct from that of a Visual C++ project object.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.