ReferenceNode.ExcludeFromProject Method

Excludes a node from the project.

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

Syntax

'宣言
Protected Overrides Function ExcludeFromProject As Integer
'使用
Dim returnValue As Integer

returnValue = Me.ExcludeFromProject()
protected override int ExcludeFromProject()
protected:
virtual int ExcludeFromProject() override
protected override function ExcludeFromProject() : int

Return Value

Type: System.Int32

Returns OLECMDERR_E_NOTSUPPORTED(), since references cannot be excluded from projects.

Permissions

See Also

Reference

ReferenceNode Class

ReferenceNode Members

Microsoft.VisualStudio.Package Namespace