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