EditorFactory::ShouldOpenDocument Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Determines whether the specified document is a test and therefore should be opened.

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

protected:
virtual bool ShouldOpenDocument(
	String^ path
)

Parameters

path
Type: System::String

The path and file name of a file.

Return Value

Type: System::Boolean
true if the file is a test file; otherwise, false.

Community Additions

Show: