SolutionListener.Solution-Eigenschaft

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Protected ReadOnly Property Solution As IVsSolution
    Get
protected IVsSolution Solution { get; }
protected:
property IVsSolution^ Solution {
    IVsSolution^ get ();
}
member Solution : IVsSolution
function get Solution () : IVsSolution

Eigenschaftswert

Typ: Microsoft.VisualStudio.Shell.Interop.IVsSolution

.NET Framework-Sicherheit

Siehe auch

Referenz

SolutionListener Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal-Namespace