Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Function Unused1 As Integer
'Usage
Dim instance As IVsHierarchy
Dim returnValue As Integer
returnValue = instance.Unused1()
int Unused1()
int Unused1()
abstract Unused1 : unit -> int
function Unused1() : int
Return Value
Type: System.Int32
Remarks
Implementing IVsHierarchy for this method should return E_NOTIMPL.
.NET Framework Security
- 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.