IVsSccManager3.GetSccGlyph(Int32, String[], VsStateIcon[], UInt32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetSccGlyph(int cFiles, cli::array <System::String ^> ^ rgpszFullPaths, cli::array <Microsoft::VisualStudio::Shell::Interop::VsStateIcon> ^ rgsiGlyphs, cli::array <System::UInt32> ^ rgdwSccStatus);
public:
int GetSccGlyph(int cFiles, Platform::Array <Platform::String ^> ^ rgpszFullPaths, Platform::Array <Microsoft::VisualStudio::Shell::Interop::VsStateIcon> ^ rgsiGlyphs, Platform::Array <unsigned int> ^ rgdwSccStatus);
int GetSccGlyph(int cFiles, std::Array <std::wstring const &> const & rgpszFullPaths, std::Array <Microsoft::VisualStudio::Shell::Interop::VsStateIcon> const & rgsiGlyphs, std::Array <unsigned int> const & rgdwSccStatus);
public int GetSccGlyph (int cFiles, string[] rgpszFullPaths, Microsoft.VisualStudio.Shell.Interop.VsStateIcon[] rgsiGlyphs, uint[] rgdwSccStatus);
abstract member GetSccGlyph : int * string[] * Microsoft.VisualStudio.Shell.Interop.VsStateIcon[] * uint32[] -> int
Public Function GetSccGlyph (cFiles As Integer, rgpszFullPaths As String(), rgsiGlyphs As VsStateIcon(), rgdwSccStatus As UInteger()) As Integer
Parameters
- cFiles
- Int32
- rgpszFullPaths
- String[]
- rgsiGlyphs
- VsStateIcon[]
- rgdwSccStatus
- UInt32[]