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.
Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function GetCategoryName ( _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
public int GetCategoryName(
    out string pbstrName
)
public:
virtual int GetCategoryName(
    [OutAttribute] String^% pbstrName
) sealed
abstract GetCategoryName : 
        pbstrName:string byref -> int  
override GetCategoryName : 
        pbstrName:string byref -> int
public final function GetCategoryName(
    pbstrName : String
) : int
Parameters
- pbstrName
 Type: System.String%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace