ReferenceContainerNode.ExcludeFromProject Method

Always returns OLECMDERR_E_NOTSUPPORTED().

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

OLECMDERR_E_NOTSUPPORTED().

Remarks

It is not possible for a reference container to be excluded from the project.

Permissions

See Also

Reference

ReferenceContainerNode Class

ReferenceContainerNode Members

Microsoft.VisualStudio.Package Namespace