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.
Opens the .appxmanifest designer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
Function OpenAppxManifestDesigner ( _
documentHandle As IVsDocumentLockHolder, _
tab As AppxManifestDesignerTab2 _
) As Integer
int OpenAppxManifestDesigner(
IVsDocumentLockHolder documentHandle,
AppxManifestDesignerTab2 tab
)
int OpenAppxManifestDesigner(
[InAttribute] IVsDocumentLockHolder^ documentHandle,
[InAttribute] AppxManifestDesignerTab2 tab
)
abstract OpenAppxManifestDesigner :
documentHandle:IVsDocumentLockHolder *
tab:AppxManifestDesignerTab2 -> int
function OpenAppxManifestDesigner(
documentHandle : IVsDocumentLockHolder,
tab : AppxManifestDesignerTab2
) : int
Parameters
documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolderThe document handle.
tab
Type: Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab2The tab to display.
Return Value
Type: Int32
The HRESULT.
.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.
See Also
Reference
IAppxManifestDesignerService3 Interface