HierarchyNode.IsItemReloadable Method
Visual Studio 2005
Called to determine whether a project item is reloadable before calling ReloadItem.
This method is not CLS-compliant. Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in mpf.project.nonshipping.dll)
Assembly: MPF.Project.NonShipping (in mpf.project.nonshipping.dll)
public int IsItemReloadable ( UInt32 itemid, /** @attribute OutAttribute() */ /** @ref */ int freloadable )
JScript does not support passing value-type arguments by reference.
Parameters
- itemid
Item identifier of an item in the hierarchy.
- freloadable
A flag indicating that the project item is reloadable (1 for reloadable, 0 for non-reloadable).