PluginCatalogImpl.CategoryNames Property
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
This member overrides PluginCatalog.CategoryNames.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property CategoryNames As String()
'Usage
Dim instance As PluginCatalogImpl
Dim value As String()
value = instance.CategoryNames
public override string[] CategoryNames { get; }
public:
virtual property array<String^>^ CategoryNames {
array<String^>^ get () override;
}
public override function get CategoryNames () : String[]
Property Value
Type: array<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.