IntelliTraceProcess.ProgrammableDataQueryDirectory Property
Gets or sets the directory that is used to find programmable data queries.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'宣告
Public Property ProgrammableDataQueryDirectory As String
Get
Set
public string ProgrammableDataQueryDirectory { get; set; }
public:
property String^ ProgrammableDataQueryDirectory {
String^ get ();
void set (String^ value);
}
member ProgrammableDataQueryDirectory : string with get, set
function get ProgrammableDataQueryDirectory () : String
function set ProgrammableDataQueryDirectory (value : String)
Property Value
Type: System.String
Remarks
By default, the directory is set to the Visual Studio install location.
.NET Framework Security
- 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.