IVsTextLayerMarker.GetBehavior(UInt32) 方法

定义

返回标记行为。

public:
 int GetBehavior([Runtime::InteropServices::Out] System::UInt32 % pdwBehavior);
int GetBehavior([Runtime::InteropServices::Out] unsigned int & pdwBehavior);
public int GetBehavior (out uint pdwBehavior);
abstract member GetBehavior : uint32 -> int
Public Function GetBehavior (ByRef pdwBehavior As UInteger) As Integer

参数

pdwBehavior
UInt32

弄标记行为。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

注解

COM 签名

从 textmgr:

HRESULT IVsTextLayerMarker::GetBehavior(  
   [out] DWORD *pdwBehavior  
);  

适用于