다음을 통해 공유


IAction.Outputs 속성

작업의 출력을 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Uml.Actions
어셈블리:  Microsoft.VisualStudio.Uml.Interfaces(Microsoft.VisualStudio.Uml.Interfaces.dll)

구문

‘선언
ReadOnly Property Outputs As IEnumerable(Of IOutputPin)
IEnumerable<IOutputPin> Outputs { get; }
property IEnumerable<IOutputPin^>^ Outputs {
    IEnumerable<IOutputPin^>^ get ();
}
abstract Outputs : IEnumerable<IOutputPin> with get
function get Outputs () : IEnumerable<IOutputPin>

속성 값

형식: IEnumerable<IOutputPin>

.NET Framework 보안

참고 항목

참조

IAction 인터페이스

Microsoft.VisualStudio.Uml.Actions 네임스페이스