IComposableProjection Interface
System Center
Updated: April 25, 2012
[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)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
[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
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: