IPerformanceProvider.Start(String, String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Start(System::String ^ reference, System::String ^ tag, System::String ^ path, System::String ^ member);
public void Start (string reference, string tag, string path, string member);
abstract member Start : string * string * string * string -> unit
Public Sub Start (reference As String, tag As String, path As String, member As String)
Parameters
- reference
- String
- tag
- String
- path
- String
- member
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.