When implemented in a derived class, 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 OAProject
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
The extender CATID.
Implements
ProjectExtenderCATID()
Remarks
By default returns an empty string.
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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
ExtenderCATID()