IPublishProperties3.TargetCulture 属性

定义

获取或设置 Visual Studio 用于发布应用程序的发布语言。

public:
 property System::String ^ TargetCulture { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ TargetCulture { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(20)]
public string TargetCulture { get; set; }
[<System.Runtime.InteropServices.DispId(20)>]
member this.TargetCulture : string with get, set
Public Property TargetCulture As String

属性值

String

应用程序的发布语言。

实现

属性

适用于