GetCategories Method
Microsoft Robotics Studio
Retrieves categories as collection of strings
Namespace: Microsoft.Dss.Core.Publish
Assembly: DssBase (in DssBase.dll)
Version: 1.5.507.0
Syntax
protected static IEnumerable<string> GetCategories(
Type staticType
)
'Declaration
Protected Shared Function GetCategories ( _
staticType As Type _
) As IEnumerable(Of String)
protected:
static IEnumerable<String^>^ GetCategories (
Type^ staticType
)
Parameters
- staticType
Type
Return Value
See Also
DssPublishedCategories Class
Microsoft.Dss.Core.Publish Namespace