다음을 통해 공유


JumpListItem.Arguments 속성

정의

점프 목록 항목에 대한 명령줄 인수를 가져옵니다.

public:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
winrt::hstring Arguments();
public string Arguments { get; }
var string = jumpListItem.arguments;
Public ReadOnly Property Arguments As String

속성 값

String

Platform::String

winrt::hstring

점프 목록 항목 명령줄 인수입니다.

적용 대상