共用方式為


Session.Id Property

 

Gets the ID of an instance of the session.

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

Syntax

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

Property Value

Type: System.String

The ID of the instance of the session.

See Also

Session Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top