C# Class FSharp.ProjectExtender.MSBuildUtilities.ProjectFixer.ProjectFixerXml.XmlItem

Inheritance: IBuildItem
Afficher le fichier Open project: Hill30/F--Project-Extender

Méthodes publiques

Méthode Description
GetMetadata ( string name ) : string
RemoveMetadata ( string name ) : void
SetMetadata ( string name, string value ) : void
SwapWith ( IBuildItem target ) : void
XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic

Method Details

GetMetadata() public méthode

public GetMetadata ( string name ) : string
name string
Résultat string

RemoveMetadata() public méthode

public RemoveMetadata ( string name ) : void
name string
Résultat void

SetMetadata() public méthode

public SetMetadata ( string name, string value ) : void
name string
value string
Résultat void

SwapWith() public méthode

public SwapWith ( IBuildItem target ) : void
target IBuildItem
Résultat void

XmlItem() public méthode

public XmlItem ( ProjectFixerXml parent, XmlElement node ) : System.Collections.Generic
parent ProjectFixerXml
node System.Xml.XmlElement
Résultat System.Collections.Generic