HierarchyNode.GetRemoveFileFlags Method

Gets flags that specify how files are added to a project.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Friend Overridable Function GetRemoveFileFlags ( _
    files As String() _
) As VSREMOVEFILEFLAGS()
'使用
Dim files As String()
Dim returnValue As VSREMOVEFILEFLAGS()

returnValue = Me.GetRemoveFileFlags(files)
protected internal virtual VSREMOVEFILEFLAGS[] GetRemoveFileFlags(
    string[] files
)
protected public:
virtual array<VSREMOVEFILEFLAGS>^ GetRemoveFileFlags(
    array<String^>^ files
)
protected internal function GetRemoveFileFlags(
    files : String[]
) : VSREMOVEFILEFLAGS[]

Parameters

  • files
    Type: []

    Gets flags that specify how files are added to a project.

Return Value

Type: []

An array of VSADDFILEFLAGS flags for the specified files.

Remarks

This methods gets flags that are used to call OnAfterAddFilesEx.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace