IVsTextImage2.GetEolTypeEx(LINEDATAEX[], UInt32) Yöntem

Tanım

Satır sonu (EOL) işaretçisinin EOLTYPE değerini döndürür.

public:
 int GetEolTypeEx(cli::array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> ^ pld, [Runtime::InteropServices::Out] System::UInt32 % piEolType);
int GetEolTypeEx(std::Array <Microsoft::VisualStudio::TextManager::Interop::LINEDATAEX> const & pld, [Runtime::InteropServices::Out] unsigned int & piEolType);
public int GetEolTypeEx (Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] pld, out uint piEolType);
abstract member GetEolTypeEx : Microsoft.VisualStudio.TextManager.Interop.LINEDATAEX[] * uint32 -> int
Public Function GetEolTypeEx (pld As LINEDATAEX(), ByRef piEolType As UInteger) As Integer

Parametreler

pld
LINEDATAEX[]

'ndaki Bir LINEDATAEX yapısı.

piEolType
UInt32

dışı Bir uint geçerli EOLTYPE üyesi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

Metin satırındaki EOL işaretleyicisinin EOLTYPE değerini döndürür pld .

Şunlara uygulanır