ProjectItemLink Class
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.
External projects support. Allow for creating a local representation to external object of type ProjectItem
public ref class ProjectItemLink abstract
public abstract class ProjectItemLink
type ProjectItemLink = class
Public MustInherit Class ProjectItemLink
- Inheritance
-
ProjectItemLink
Constructors
ProjectItemLink() |
Properties
DirectMetadata |
Facilitate remoting the DirectMetadata and DirectMetadataCount. |
EvaluatedInclude |
Access to remote EvaluatedInclude. |
MetadataCollection |
Facilitate remoting the Metadata and MetadataCount. |
Project |
Access to remote Project. |
Xml |
Access to remote Xml. |
Methods
ChangeItemType(String) |
Helps implementing the item type change for remoted objects>. |
GetMetadata(String) |
Facilitate remoting the GetMetadata(String). |
GetMetadataValue(String) |
Facilitate remoting the GetMetadataValue(String). |
HasMetadata(String) |
Facilitate remoting the HasMetadata(String). |
RemoveMetadata(String) |
Facilitate remoting the RemoveMetadata(String). |
Rename(String) |
Facilitate remoting the Rename(String). |
SetMetadataValue(String, String, Boolean) |
Facilitate remoting the SetMetadataValue(String, String, Boolean). |