When overridden in a derived class, adds the node to the list of files in source code control.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Friend Overrides 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 override void GetSccFiles(
IList<string> files,
IList<tagVsSccFilesFlags> flags
)
protected public:
virtual void GetSccFiles(
IList<String^>^ files,
IList<tagVsSccFilesFlags>^ flags
) override
protected internal override function GetSccFiles(
files : IList<String>,
flags : IList<tagVsSccFilesFlags>
)
Parameters
files
Type: System.Collections.Generic.IList<String>The list of files in source code control.
flags
Type: System.Collections.Generic.IList<tagVsSccFilesFlags>The list of source code control flags.
Remarks
This method is overridden in order to return without adding the folder to the list of files.
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.