Provides a list of special files and their associated flags for source code control.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overridable Sub GetSccSpecialFiles ( _
sccFile As String, _
files As IList(Of String), _
flags As IList(Of tagVsSccFilesFlags) _
)
'使用
Dim sccFile As String
Dim files As IList(Of String)
Dim flags As IList(Of tagVsSccFilesFlags)
Me.GetSccSpecialFiles(sccFile, files, _
flags)
protected internal virtual void GetSccSpecialFiles(
string sccFile,
IList<string> files,
IList<tagVsSccFilesFlags> flags
)
protected public:
virtual void GetSccSpecialFiles(
String^ sccFile,
IList<String^>^ files,
IList<tagVsSccFilesFlags>^ flags
)
protected internal function GetSccSpecialFiles(
sccFile : String,
files : IList<String>,
flags : IList<tagVsSccFilesFlags>
)
Parameters
sccFile
Type: System.StringOne of the files that is associated with the node.
files
Type: System.Collections.Generic.IList<String>The list of files.
flags
Type: System.Collections.Generic.IList<tagVsSccFilesFlags>The list of tagVsSccFilesFlags flags.
Remarks
This method should be overridden to provide the list of special files and associated flags for source control. By default, it does nothing.
Permissions
- 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.