IVsIntellisenseEngine.SupportsLoad 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.
Indicates whether or not a file supports a Load method. Used by C# refactoring.
public:
int SupportsLoad();
public:
int SupportsLoad();
int SupportsLoad();
public int SupportsLoad ();
abstract member SupportsLoad : unit -> int
Public Function SupportsLoad () As Integer
Returns
Returns S_OK if supported. Otherwise, it returns E_FAIL.