ViewFilter.OnAfterSnippetsUpdate Method
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.
Called whenever a folder that contains snippets has been updated and the snippets from that folder have been read in.
public:
virtual int OnAfterSnippetsUpdate();
public:
virtual int OnAfterSnippetsUpdate();
virtual int OnAfterSnippetsUpdate();
public virtual int OnAfterSnippetsUpdate ();
abstract member OnAfterSnippetsUpdate : unit -> int
override this.OnAfterSnippetsUpdate : unit -> int
Public Overridable Function OnAfterSnippetsUpdate () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
By default this method returns S_OK. It is an implementation of OnAfterSnippetsUpdate.