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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.