RegisterExtenderAttribute.ExtendeeCatId Property

Gets the CATID of the object to be extended.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property ExtendeeCatId As Guid
public Guid ExtendeeCatId { get; }
public:
property Guid ExtendeeCatId {
    Guid get ();
}
member ExtendeeCatId : Guid with get
function get ExtendeeCatId () : Guid

Property Value

Type: System.Guid
The CATID of the object to be extended.

.NET Framework Security

See Also

Reference

RegisterExtenderAttribute Class

Microsoft.VisualStudio.Shell Namespace