Search Results for

    Show / Hide Table of Contents

    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 Source

    XamlItem(String)

    Declaration
    public XamlItem(string path)
    Parameters
    Type Name Description
    System.String path

    Properties

    | Improve this Doc View Source

    ItemSpec

    Declaration
    public string ItemSpec { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MetadataCount

    Declaration
    public int MetadataCount { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    MetadataNames

    Declaration
    public ICollection MetadataNames { get; }
    Property Value
    Type Description
    System.Collections.ICollection

    Methods

    | Improve this Doc View Source

    CloneCustomMetadata()

    Declaration
    public IDictionary CloneCustomMetadata()
    Returns
    Type Description
    System.Collections.IDictionary
    | Improve this Doc View Source

    CopyMetadataTo(ITaskItem)

    Declaration
    public void CopyMetadataTo(ITaskItem destinationItem)
    Parameters
    Type Name Description
    Microsoft.Build.Framework.ITaskItem destinationItem
    | Improve this Doc View Source

    GetMetadata(String)

    Declaration
    public string GetMetadata(string metadataName)
    Parameters
    Type Name Description
    System.String metadataName
    Returns
    Type Description
    System.String
    | Improve this Doc View Source

    RemoveMetadata(String)

    Declaration
    public void RemoveMetadata(string metadataName)
    Parameters
    Type Name Description
    System.String metadataName
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx