[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Allows navigation through an EnterpriseManagementObjectProjection object. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As IComposableProjection

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public Interface IComposableProjection
		Inherits IEnumerable(Of KeyValuePair(Of ManagementPackRelationshipEndpoint, IComposableProjection)), IEnumerable
C#
[DefaultMemberAttribute("Item")] 
public interface IComposableProjection : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, IEnumerable
C++
[DefaultMemberAttribute(L"Item")] 
public interface class IComposableProjection : IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint^, IComposableProjection^>>, IEnumerable
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public interface IComposableProjection extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, 
		IEnumerable
JScript
DefaultMemberAttribute("Item") 
public interface IComposableProjection extends IEnumerable<KeyValuePair<ManagementPackRelationshipEndpoint,IComposableProjection>>, 
		IEnumerable

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also