Constants.vsWindowKindFindSymbolResults Field

Definition

The Find Symbol Results window.

public: System::String ^ vsWindowKindFindSymbolResults;
std::wstring vsWindowKindFindSymbolResults;
public const string vsWindowKindFindSymbolResults;
val mutable vsWindowKindFindSymbolResults : string
Public Const vsWindowKindFindSymbolResults As String 

Field Value

Remarks

GUID value = {68487888-204A-11D3-87EB-00C04F7971A5}.

vsWindowKindFindSymbolResults is used to get a handle to a particular window in the integrated development environment (IDE) in order to gain access to its properties and methods.

Applies to