IVsaError.SourceMoniker プロパティ

定義

エラーが含まれているソース項目の完全修飾名を、スクリプト エンジンが認識できる書式で取得します。

public:
 property System::String ^ SourceMoniker { System::String ^ get(); };
public string SourceMoniker { get; }
member this.SourceMoniker : string
Public ReadOnly Property SourceMoniker As String

プロパティ値

エラーを含むソース アイテムの完全修飾名。

適用対象