Extension.LocalizedName 속성

정의

사용자 인터페이스에서 표시하기 위해 사용할 수 있는 지역화된 이름을 가져옵니다.

public:
 property System::String ^ LocalizedName { System::String ^ get(); void set(System::String ^ value); };
public string LocalizedName { get; set; }
member this.LocalizedName : string with get, set
Public Property LocalizedName As String

속성 값

확장 프로그램의 지역화된 이름을 포함하는 String입니다. 읽기 전용입니다.

설명

속성의 LocalizedName 값은 확장의 속성에서 Microsoft.ReportingServices.Interfaces.IExtension.LocalizedName 검색됩니다. 인터페이스 및 해당 속성에 T:Microsoft.ReportingServices.Interfaces.IExtension 대한 자세한 내용은 인터페이스를 참조하세요 Microsoft.ReportingServices.Interfaces.IExtension .

적용 대상