IAppxManifestDesignerService2.OpenAppxManifestDesigner Method
Opens the .appxmanifest designer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function OpenAppxManifestDesigner ( _
documentHandle As IVsDocumentLockHolder, _
tab As AppxManifestDesignerTab _
) As Integer
int OpenAppxManifestDesigner(
IVsDocumentLockHolder documentHandle,
AppxManifestDesignerTab tab
)
int OpenAppxManifestDesigner(
[InAttribute] IVsDocumentLockHolder^ documentHandle,
[InAttribute] AppxManifestDesignerTab tab
)
abstract OpenAppxManifestDesigner :
documentHandle:IVsDocumentLockHolder *
tab:AppxManifestDesignerTab -> int
function OpenAppxManifestDesigner(
documentHandle : IVsDocumentLockHolder,
tab : AppxManifestDesignerTab
) : int
Parameters
documentHandle
Type: Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolderThe document handle.
tab
Type: Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTabThe designer tab.
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.