IVsLanguageDebugInfo.GetLocationOfName(String, String, TextSpan[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kullanım dışı. Kullanmayın.
public:
int GetLocationOfName(System::String ^ pszName, [Runtime::InteropServices::Out] System::String ^ % pbstrMkDoc, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ pspanLocation);
int GetLocationOfName(std::wstring const & pszName, [Runtime::InteropServices::Out] std::wstring const & & pbstrMkDoc, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & pspanLocation);
public int GetLocationOfName (string pszName, out string pbstrMkDoc, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] pspanLocation);
abstract member GetLocationOfName : string * string * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> int
Public Function GetLocationOfName (pszName As String, ByRef pbstrMkDoc As String, pspanLocation As TextSpan()) As Integer
Parametreler
- pszName
- String
Kullanmayın.
- pbstrMkDoc
- String
Kullanmayın.
- pspanLocation
- TextSpan[]
Kullanmayın.