ProjectConfig.ExtenderCATID Property
Gets the CATID for this object.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property ExtenderCATID As String
Get
'Usage
Dim instance As ProjectConfig
Dim value As String
value = instance.ExtenderCATID
[BrowsableAttribute(false)]
public virtual string ExtenderCATID { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ExtenderCATID {
String^ get ();
}
function get ExtenderCATID () : String
[<BrowsableAttribute(false)>]
abstract ExtenderCATID : string
[<BrowsableAttribute(false)>]
override ExtenderCATID : string
Property Value
Type: System.String
.NET Framework Security
- 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.Data.Schema.Project.Project.MPF Namespace