HierarchyNode.Unused1 Method
Adds new methods without recompiling or breaking binary compatibility.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function Unused1 As Integer
'使用
Dim instance As HierarchyNode
Dim returnValue As Integer
returnValue = instance.Unused1()
public int Unused1()
public:
virtual int Unused1() sealed
public final function Unused1() : int
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsUIHierarchy.Unused1()
IVsHierarchy.Unused1()
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.