VsSelectionContext.SingleDocumentSelection Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Modeling.ExtensionEnablement
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property SingleDocumentSelection As Object
Get
'Usage
Dim instance As VsSelectionContext
Dim value As Object
value = instance.SingleDocumentSelection
public Object SingleDocumentSelection { get; }
public:
property Object^ SingleDocumentSelection {
Object^ get ();
}
function get SingleDocumentSelection () : Object
member SingleDocumentSelection : Object
Property Value
Type: System.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.ExtensionEnablement Namespace