Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property ExtenderCATID As String
'使用
Dim instance As NodeProperties
Dim value As String
value = instance.ExtenderCATID
[BrowsableAttribute(false)]
public virtual string ExtenderCATID { get; }
[BrowsableAttribute(false)]
public:
virtual property String^ ExtenderCATID {
String^ get ();
}
public function get ExtenderCATID () : String
Property Value
Type: System.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.