VsTextBufferClass.IVsTextLines_GetStateFlags(UInt32) Method

Definition

Returns the state flags of the text buffer.

public:
 virtual int IVsTextLines_GetStateFlags([Runtime::InteropServices::Out] System::UInt32 % pdwReadOnlyFlags) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::GetStateFlags;
public:
 virtual int IVsTextLines_GetStateFlags([Runtime::InteropServices::Out] System::UInt32 % pdwReadOnlyFlags);
 virtual int IVsTextLines_GetStateFlags([Runtime::InteropServices::Out] unsigned int & pdwReadOnlyFlags);
public virtual int IVsTextLines_GetStateFlags (out uint pdwReadOnlyFlags);
abstract member IVsTextLines_GetStateFlags : uint32 -> int
override this.IVsTextLines_GetStateFlags : uint32 -> int
Public Overridable Function IVsTextLines_GetStateFlags (ByRef pdwReadOnlyFlags As UInteger) As Integer

Parameters

pdwReadOnlyFlags
UInt32

[out] Bit-wise union of the enumeration BUFFERSTATEFLAGS values, which can be modified, read-only, or read-only on disk.

Returns

If the method succeeds, returns S_OK; otherwise, returns an error code.

Applies to