FolderDiffFontAndColors.GetCategoryName Method

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

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

FolderDiffFontAndColors Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace