BaseDocData.OnIsDocDataReloadable Method
Called to get whether document data is reloadable.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Function OnIsDocDataReloadable ( _
<OutAttribute> ByRef ifReloadable As Integer _
) As Integer
'Usage
Dim ifReloadable As Integer
Dim returnValue As Integer
returnValue = Me.OnIsDocDataReloadable(ifReloadable)
protected virtual int OnIsDocDataReloadable(
out int ifReloadable
)
protected:
virtual int OnIsDocDataReloadable(
[OutAttribute] int% ifReloadable
)
protected function OnIsDocDataReloadable(
ifReloadable : int
) : int
abstract OnIsDocDataReloadable :
ifReloadable:int -> int
override OnIsDocDataReloadable :
ifReloadable:int -> int
Parameters
- ifReloadable
Type: System.Int32%
Specifies whether document data is reloadable. Value is 1 if reloadable.
Return Value
Type: System.Int32
Returns VSConstants.S_OK.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace