다음을 통해 공유


Template.Parameters 속성

정의

이 템플릿의 매개 변수 목록을 가져오거나 설정합니다.

public System.Collections.Generic.List<string> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.List<string> with get, set
Public Property Parameters As List(Of String)

속성 값

이 템플릿의 매개 변수 목록입니다.

적용 대상