IComposableProjection Interface
[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)
Dim instance As IComposableProjection
[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 Server 2008, Windows Vista, Windows Server 2003, and Windows XPTarget Platforms
Windows Server 2008,Windows Server 2003
Show: