Compartilhar via


IAppxManifestDocument2.OSMaxVersionTested Property

Gets or sets the highest operating system tested, for example 6.3.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

Syntax

'Declaration
Property OSMaxVersionTested As String
string OSMaxVersionTested { get; set; }
property String^ OSMaxVersionTested {
    String^ get ();
    void set (String^ value);
}
abstract OSMaxVersionTested : string with get, set
function get OSMaxVersionTested () : String 
function set OSMaxVersionTested (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

IAppxManifestDocument2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace