OAProject.ExtenderCATID Property

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

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

ExtenderCATID()