IVsGlobalsCallback2.CanModifySource 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 you can change the source file corresponding to the globals.
public:
int CanModifySource();
public:
int CanModifySource();
int CanModifySource();
public int CanModifySource ();
abstract member CanModifySource : unit -> int
Public Function CanModifySource () As Integer
Returns
Returns S_OK if the globals file is editable. Otherwise, for example if the file is checked into source control and cannot be checked out, returns S_FALSE.