BaseDocData.IVsPersistDocData.IsDocDataReloadable Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Private Function IsDocDataReloadable ( _
<OutAttribute> ByRef ifReloadable As Integer _
) As Integer Implements IVsPersistDocData.IsDocDataReloadable
'Usage
Dim instance As BaseDocData
Dim ifReloadable As Integer
Dim returnValue As Integer
returnValue = CType(instance, IVsPersistDocData).IsDocDataReloadable(ifReloadable)
int IVsPersistDocData.IsDocDataReloadable(
out int ifReloadable
)
private:
virtual int IsDocDataReloadable(
[OutAttribute] int% ifReloadable
) sealed = IVsPersistDocData::IsDocDataReloadable
JScript does not support explicit interface implementations.
private abstract IsDocDataReloadable :
ifReloadable:int -> int
private override IsDocDataReloadable :
ifReloadable:int -> int
Parameters
- ifReloadable
Type: System.Int32%
Return Value
Type: System.Int32
Implements
IVsPersistDocData.IsDocDataReloadable(Int32%)
.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