共用方式為


VersionRange.IsMaximumInclusive Property

Namespace:  Microsoft.VisualStudio.ExtensionManager
Assembly:  Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)

Syntax

'宣告
Public Property IsMaximumInclusive As Boolean
public bool IsMaximumInclusive { get; private set; }
public:
property bool IsMaximumInclusive {
    bool get ();
    private: void set (bool value);
}
member IsMaximumInclusive : bool with get, private set
function get IsMaximumInclusive () : boolean
private function set IsMaximumInclusive (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionRange Class

Microsoft.VisualStudio.ExtensionManager Namespace