PivotTreeView.CanPreviewSelection Method
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Overridable Function CanPreviewSelection ( _
e As SelectionChangedEventArgs _
) As PivotTreeView.CanPreviewItemResult
public virtual PivotTreeView.CanPreviewItemResult CanPreviewSelection(
SelectionChangedEventArgs e
)
public:
virtual PivotTreeView::CanPreviewItemResult CanPreviewSelection(
SelectionChangedEventArgs^ e
)
abstract CanPreviewSelection :
e:SelectionChangedEventArgs -> PivotTreeView.CanPreviewItemResult
override CanPreviewSelection :
e:SelectionChangedEventArgs -> PivotTreeView.CanPreviewItemResult
public function CanPreviewSelection(
e : SelectionChangedEventArgs
) : PivotTreeView.CanPreviewItemResult
Parameters
Return Value
Type: Microsoft.Internal.VisualStudio.PlatformUI.PivotTreeView.CanPreviewItemResult
.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.