RazorEngineHost.InstrumentedSourceFilePath Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o caminho a ser usado para este documento ao gerar chamadas de instrumentação
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