IVsHierarchy.Unused4 Method
Adds new methods without recompiling or breaking binary compatibility.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Dichiarazione
Function Unused4 As Integer
'Utilizzo
Dim instance As IVsHierarchy
Dim returnValue As Integer
returnValue = instance.Unused4()
int Unused4()
int Unused4()
function Unused4() : int
Return Value
Type: System.Int32
Remarks
Implementing IVsHierarchy for this method should return E_NOTIMPL.
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.