Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.