SymMethod.GetSourceStartEnd(ISymbolDocument[], Int32[], Int32[]) 메서드

정의

모든 경우에 NotSupportedException을(를) throw합니다.

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을(를) throw합니다.

구현

예외

모든 경우

적용 대상