RazorEngineHost.InstrumentedSourceFilePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le chemin d’accès à utiliser pour ce document lors de la génération d’appels d’instrumentation
public:
virtual property System::String ^ InstrumentedSourceFilePath { System::String ^ get(); void set(System::String ^ value); };
public virtual string InstrumentedSourceFilePath { get; set; }
member this.InstrumentedSourceFilePath : string with get, set
Public Overridable Property InstrumentedSourceFilePath As String