Constants.vsWindowKindFindSymbol Field

Definition

The Find Symbol dialog box.

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

Field Value

Remarks

GUID value = {53024D34-0EF5-11D3-87E0-00C04F7971A5}.

vsWindowKindFindSymbol 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