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
- path
Type: System.String
Return Value
Type: System.Boolean
Permissions
- 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.