IAppxManifestDesignerService2.OpenAppxManifestDesigner(IVsDocumentLockHolder, AppxManifestDesignerTab) Methode

Definition

Öffnet den. appxmanifest-Designer.

int OpenAppxManifestDesigner(Microsoft::VisualStudio::Shell::Interop::IVsDocumentLockHolder const & documentHandle, Microsoft::VisualStudio::Shell::Interop::AppxManifestDesignerTab tab);
public int OpenAppxManifestDesigner (Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder documentHandle, Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab tab);
abstract member OpenAppxManifestDesigner : Microsoft.VisualStudio.Shell.Interop.IVsDocumentLockHolder * Microsoft.VisualStudio.Shell.Interop.AppxManifestDesignerTab -> int
Public Function OpenAppxManifestDesigner (documentHandle As IVsDocumentLockHolder, Optional tab As AppxManifestDesignerTab) As Integer

Parameter

documentHandle
IVsDocumentLockHolder

Das Dokument handle.

tab
AppxManifestDesignerTab

Die Registerkarte "Designer".

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für