Expand Minimize
This topic has not yet been rated - Rate this topic

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)

public virtual int IsItemReloadable (
	uint itemid,
	out int freloadable
)
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).

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.