ServiceAddedEventArgs.Service, propriété
Obtient le service qui a été ajouté au IDatabaseProjectNode.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Service As Object
Get
public Object Service { get; }
public:
property Object^ Service {
Object^ get ();
}
member Service : Object
function get Service () : Object
Valeur de propriété
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.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms