IVsUIShellOpenDocument3.GetProvisionalViewingStatusForEditor(Guid, Guid) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère l'état d'affichage temporaire pour une combinaison éditeur et affichage logique.
public:
System::UInt32 GetProvisionalViewingStatusForEditor(Guid % editor, Guid % logicalView);
public uint GetProvisionalViewingStatusForEditor (ref Guid editor, ref Guid logicalView);
abstract member GetProvisionalViewingStatusForEditor : * -> uint32
Public Function GetProvisionalViewingStatusForEditor (ByRef editor As Guid, ByRef logicalView As Guid) As UInteger
Paramètres
- editor
- Guid
[in] Éditeur à interroger.
- logicalView
- Guid
[in] Vue logique à interroger.
Retours
État d’affichage provisoire en tant que membre de __VSPROVISIONALVIEWINGSTATUS . L'état d'affichage temporaire est PVS_Disabled, mais peut être remplacé par la valeur de Registre « CommonPhysicalViewAttributes » de l'éditeur et les valeurs sous sa valeur de Registre « PhysicalViewAttributes ».