PluginRegistrationAttribute.PluginCategory Property
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public ReadOnly Property PluginCategory As String
public string PluginCategory { get; }
public:
property String^ PluginCategory {
String^ get ();
}
member PluginCategory : string with get
function get PluginCategory () : 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.