共用方式為


ExpectedProcessTraits.FullName 屬性

處理序的完整的可執行檔的名稱。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public Property FullName As String
public string FullName { get; private set; }
public:
property String^ FullName {
    String^ get ();
    private: void set (String^ value);
}
member FullName : string with get, private set
function get FullName () : String
private function set FullName (value : String)

屬性值

型別:System.String
傳回 String

.NET Framework 安全性

請參閱

參考

ExpectedProcessTraits 類別

Microsoft.VisualStudio.IntelliTrace 命名空間