Provides a list of 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 GetSccFiles ( _
files As IList(Of String), _
flags As IList(Of tagVsSccFilesFlags) _
)
'使用
Dim files As IList(Of String)
Dim flags As IList(Of tagVsSccFilesFlags)
Me.GetSccFiles(files, flags)
protected internal virtual void GetSccFiles(
IList<string> files,
IList<tagVsSccFilesFlags> flags
)
protected public:
virtual void GetSccFiles(
IList<String^>^ files,
IList<tagVsSccFilesFlags>^ flags
)
protected internal function GetSccFiles(
files : IList<String>,
flags : IList<tagVsSccFilesFlags>
)
Parameters
files
Type: System.Collections.Generic.IList<String>A list of files.
flags
Type: System.Collections.Generic.IList<tagVsSccFilesFlags>A list of tagVsSccFilesFlags flags.
Remarks
This method should be overridden to provide the correct list of files and flags. By default, if the node is not excluded from source code control, it adds the current node to the list of files and adds the flag SFF_NoFlags to the list of flags.
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.