HierarchyNode.GetSccFiles Method

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

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

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace