Partager via


DataViewHierarchyAccessor.ActivateDocumentIfOpen, méthode (String)

Active un document avec le moniker spécifié, si le document est ouvert.

Espace de noms :  Microsoft.VisualStudio.Data
Assembly :  Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)

Syntaxe

'Déclaration
Public Function ActivateDocumentIfOpen ( _
    documentMoniker As String _
) As Boolean
public bool ActivateDocumentIfOpen(
    string documentMoniker
)
public:
bool ActivateDocumentIfOpen(
    String^ documentMoniker
)
member ActivateDocumentIfOpen : 
        documentMoniker:string -> bool 
public function ActivateDocumentIfOpen(
    documentMoniker : String
) : boolean

Paramètres

  • documentMoniker
    Type : System.String
    Moniker du document active.

Valeur de retour

Type : System.Boolean
Retourne true si le document est ouvert ; sinon retourne false.

Exceptions

Exception Condition
ArgumentNullException

Le paramètre documentMoniker est null.

Sécurité .NET Framework

Voir aussi

Référence

DataViewHierarchyAccessor Classe

ActivateDocumentIfOpen, surcharge

Microsoft.VisualStudio.Data, espace de noms