HierarchyNode.Unused3 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 Unused3 As Integer
'使用
Dim instance As HierarchyNode
Dim returnValue As Integer
returnValue = instance.Unused3()
public int Unused3()
public:
virtual int Unused3() sealed
public final function Unused3() : int
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsUIHierarchy.Unused3()
IVsHierarchy.Unused3()
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.