共用方式為


Session.Ide Property

 

Gets the value of Ide for this Session object.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public Ide Ide { get; }
public:
property Ide^ Ide {
    Ide^ get();
}
member Ide : Ide with get
Public ReadOnly Property Ide As Ide

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.Ide

The Ide for this Session.

See Also

Session Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top