SymMethod.GetSourceStartEnd(ISymbolDocument[], Int32[], Int32[]) メソッド

定義

常に NotSupportedException をスローします。

public:
 override bool GetSourceStartEnd(cli::array <System::Diagnostics::SymbolStore::ISymbolDocument ^> ^ docs, cli::array <int> ^ lines, cli::array <int> ^ columns);
public:
 virtual bool GetSourceStartEnd(cli::array <System::Diagnostics::SymbolStore::ISymbolDocument ^> ^ docs, cli::array <int> ^ lines, cli::array <int> ^ columns);
public override bool GetSourceStartEnd (System.Diagnostics.SymbolStore.ISymbolDocument[] docs, int[] lines, int[] columns);
public virtual bool GetSourceStartEnd (System.Diagnostics.SymbolStore.ISymbolDocument[] docs, int[] lines, int[] columns);
abstract member GetSourceStartEnd : System.Diagnostics.SymbolStore.ISymbolDocument[] * int[] * int[] -> bool
override this.GetSourceStartEnd : System.Diagnostics.SymbolStore.ISymbolDocument[] * int[] * int[] -> bool
Public Overrides Function GetSourceStartEnd (docs As ISymbolDocument(), lines As Integer(), columns As Integer()) As Boolean
Public Overridable Function GetSourceStartEnd (docs As ISymbolDocument(), lines As Integer(), columns As Integer()) As Boolean

パラメーター

docs
ISymbolDocument[]

このパラメーターは使用されません。

lines
Int32[]

このパラメーターは使用されません。

columns
Int32[]

このパラメーターは使用されません。

戻り値

常に NotSupportedException をスローします。

実装

例外

すべての場合。

適用対象