Share via


IVsSelectionContext.SingleDocumentSelection Property

Returns the primary selected object in the active document window.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
ReadOnly Property SingleDocumentSelection As Object
Object SingleDocumentSelection { get; }
property Object^ SingleDocumentSelection {
    Object^ get ();
}
abstract SingleDocumentSelection : Object
function get SingleDocumentSelection () : Object

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

IVsSelectionContext Interface

Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace