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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
ReadOnly Property SingleDocumentSelection As Object
Object SingleDocumentSelection { get; }
property Object^ SingleDocumentSelection {
Object^ get ();
}
abstract SingleDocumentSelection : Object with get
function get SingleDocumentSelection () : Object
Property Value
Type: Object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling.Diagrams.ExtensionEnablement Namespace