Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a string array of category names in the PluginCatalog.
Namespace: Microsoft.TeamFoundation
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CategoryNames As String()
'Usage
Dim instance As PluginCatalog
Dim value As String()
value = instance.CategoryNames
public abstract string[] CategoryNames { get; }
public:
virtual property array<String^>^ CategoryNames {
array<String^>^ get () abstract;
}
public abstract 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.