Class XamlItem
Inheritance
System.Object
XamlItem
Implements
Microsoft.Build.Framework.ITaskItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.CXUI.Xaml
Assembly: Simplic.CXUI.Xaml.dll
Syntax
public class XamlItem : ITaskItem
Constructors
| Improve this Doc View SourceXamlItem(String)
Declaration
public XamlItem(string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | path |
Properties
| Improve this Doc View SourceItemSpec
Declaration
public string ItemSpec { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MetadataCount
Declaration
public int MetadataCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MetadataNames
Declaration
public ICollection MetadataNames { get; }
Property Value
Type | Description |
---|---|
System.Collections.ICollection |
Methods
| Improve this Doc View SourceCloneCustomMetadata()
Declaration
public IDictionary CloneCustomMetadata()
Returns
Type | Description |
---|---|
System.Collections.IDictionary |
CopyMetadataTo(ITaskItem)
Declaration
public void CopyMetadataTo(ITaskItem destinationItem)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Build.Framework.ITaskItem | destinationItem |
GetMetadata(String)
Declaration
public string GetMetadata(string metadataName)
Parameters
Type | Name | Description |
---|---|---|
System.String | metadataName |
Returns
Type | Description |
---|---|
System.String |
RemoveMetadata(String)
Declaration
public void RemoveMetadata(string metadataName)
Parameters
Type | Name | Description |
---|---|---|
System.String | metadataName |
SetMetadata(String, String)
Declaration
public void SetMetadata(string metadataName, string metadataValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | metadataName | |
System.String | metadataValue |
Implements
Microsoft.Build.Framework.ITaskItem