IComposableProjection Interface

Allows navigation through an EnterpriseManagementObjectProjection object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IComposableProjection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Interface IComposableProjection
    Inherits IEnumerable(Of KeyValuePair(Of ManagementPackRelationshipEndpoint, IComposableProjection)), IEnumerable
[DefaultMemberAttribute("Item")] 
public interface IComposableProjection : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, IEnumerable
[DefaultMemberAttribute(L"Item")] 
public interface class IComposableProjection : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint^, IComposableProjection^>>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IComposableProjection extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, 
    IEnumerable
DefaultMemberAttribute("Item") 
public interface IComposableProjection extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, 
    IEnumerable

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IComposableProjection Members
Microsoft.EnterpriseManagement.Common Namespace