Implemented interface members:
property
ItemType
Microsoft.Build.Evaluation.IProjectMetadataParent.ItemType
property
ItemType
Microsoft.Build.Evaluation.IItemTypeDefinition.ItemType
8 references to ItemType
Microsoft.Build (5)
Definition\ProjectItemDefinition.cs (1)
113
get { return
ItemType
; }
Instance\ProjectInstance.cs (2)
983
new ProjectItemDefinitionInstance(projectItemDefinition.
ItemType
, metadata));
3335
inheritedItemDefinitions.Add(_itemDefinitions[inheritedItemDefinition.
ItemType
]);
Instance\ProjectItemDefinitionInstance.cs (1)
57
: this(itemDefinition.
ItemType
)
ObjectModelRemoting\DefinitionObjectsLinks\ProjectItemDefinitionLink.cs (1)
23
/// Access to remote <see cref="ProjectItemDefinition.
ItemType
"/>.
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
179
Assert.Equal(real.
ItemType
, view.
ItemType
);
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectItemDefinitionLink.cs (1)
22
public string ItemType => this.Source.
ItemType
;