EditorFactory.ShouldOpenDocument Method

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Protected Overridable Function ShouldOpenDocument ( _
    path As String _
) As Boolean
'使用
Dim path As String
Dim returnValue As Boolean

returnValue = Me.ShouldOpenDocument(path)
protected virtual bool ShouldOpenDocument(
    string path
)
protected:
virtual bool ShouldOpenDocument(
    String^ path
)
protected function ShouldOpenDocument(
    path : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.TestTools.Vsip Namespace