ProjectItemLink.ChangeItemType(String) 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.
Helps implementing the item type change for remoted objects>.
public:
abstract void ChangeItemType(System::String ^ newItemType);
public abstract void ChangeItemType (string newItemType);
abstract member ChangeItemType : string -> unit
Public MustOverride Sub ChangeItemType (newItemType As String)
Parameters
- newItemType
- String