VsSelectionClass Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("FADAC4D0-CCA2-4627-8384-778930E1FA8E")> _
Public Class VsSelectionClass _
Implements VsSelection
'Usage
Dim instance As VsSelectionClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("FADAC4D0-CCA2-4627-8384-778930E1FA8E")]
public class VsSelectionClass : VsSelection
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"FADAC4D0-CCA2-4627-8384-778930E1FA8E")]
public ref class VsSelectionClass : VsSelection
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("FADAC4D0-CCA2-4627-8384-778930E1FA8E")>]
type VsSelectionClass =
class
interface VsSelection
end
public class VsSelectionClass implements VsSelection
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Interop.VsSelectionClass
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.