IVsTextLineMarkerEx.GetClientData Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'宣告
Function GetClientData ( _
<OutAttribute> ByRef pdwData As UInteger _
) As Integer
'用途
Dim instance As IVsTextLineMarkerEx
Dim pdwData As UInteger
Dim returnValue As Integer
returnValue = instance.GetClientData(pdwData)
int GetClientData(
out uint pdwData
)
int GetClientData(
[OutAttribute] unsigned int% pdwData
)
abstract GetClientData :
pdwData:uint32 byref -> int
function GetClientData(
pdwData : uint
) : int
Parameters
- pdwData
Type: System.UInt32%
[out] Returns the dwClient DWORD associated with the marker.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr2.idl:
HRESULT IVsTextLineMarkerEx::GetClientData(
[out] DWORD_PTR *pdwData
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.