HierarchyNode.GetSccSpecialFiles Method

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.String

    One of the files that is associated with the node.

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

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace