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
- cFiles
Type: Int32
- rgpszFullPaths
Type: array<String[]
- rgsiGlyphs
Type: array<Microsoft.VisualStudio.Shell.Interop.VsStateIcon[]
- rgdwSccStatus
Type: array<UInt32[]
Return Value
Type: 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.