IVsSyntheticTextSession.UnadviseClient Method

Definition

Tells the session to sever its link, and drop its COM reference, to the client.

public:
 int UnadviseClient();
public:
 int UnadviseClient();
int UnadviseClient();
public int UnadviseClient ();
abstract member UnadviseClient : unit -> int
Public Function UnadviseClient () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsSyntheticTextSession::UnadviseClient();  

Applies to