ModelingDocData.CreateObject, méthode
Crée un objet
Espace de noms : Microsoft.VisualStudio.Modeling.Shell
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Déclaration
Protected Function CreateObject ( _
localRegistry As ILocalRegistry, _
clsid As Guid, _
typeId As Guid _
) As Object
protected Object CreateObject(
ILocalRegistry localRegistry,
Guid clsid,
Guid typeId
)
Paramètres
- localRegistry
Type : Microsoft.VisualStudio.Shell.Interop.ILocalRegistry
Génère un objet COM enregistré localement par rapport à la ruche du Registre Visual Studio
- clsid
Type : System.Guid
GUID de l'objet à créer
- typeId
Type : System.Guid
GUID associé au System.Type spécifié.
Valeur de retour
Type : System.Object
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.