PipelineBuffer.RowStarts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets the starting point of the row.
public:
property IntPtr* RowStarts { IntPtr* get(); };
[System.CLSCompliant(false)]
public IntPtr* RowStarts { get; }
[<System.CLSCompliant(false)>]
member this.RowStarts : nativeptr<nativeint>
Property Value
nativeint*
The starting point of the row.
- Attributes