Share via


IVsSccManager3.GetSccGlyph Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Function GetSccGlyph ( _
    cFiles As Integer, _
    rgpszFullPaths As String(), _
    <OutAttribute> rgsiGlyphs As VsStateIcon(), _
    <OutAttribute> rgdwSccStatus As UInteger() _
) As Integer
int GetSccGlyph(
    int cFiles,
    string[] rgpszFullPaths,
    VsStateIcon[] rgsiGlyphs,
    uint[] rgdwSccStatus
)
int GetSccGlyph(
    [InAttribute] int cFiles, 
    [InAttribute] array<String^>^ rgpszFullPaths, 
    [OutAttribute] array<VsStateIcon>^ rgsiGlyphs, 
    [OutAttribute] array<unsigned int>^ rgdwSccStatus
)
abstract GetSccGlyph : 
        cFiles:int * 
        rgpszFullPaths:string[] * 
        rgsiGlyphs:VsStateIcon[] byref * 
        rgdwSccStatus:uint32[] byref -> int
function GetSccGlyph(
    cFiles : int, 
    rgpszFullPaths : String[], 
    rgsiGlyphs : VsStateIcon[], 
    rgdwSccStatus : uint[]
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSccManager3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace