IVsSetupPackageInfo.CurrentState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::UInt32 CurrentState { System::UInt32 get(); };
public:
property unsigned int CurrentState { unsigned int get(); };
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VsSetupPackageState")]
[System.Runtime.InteropServices.DispId(1610678277)]
public uint CurrentState { get; }
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VsSetupPackageState")]
public uint CurrentState { get; }
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VsSetupPackageState")>]
[<System.Runtime.InteropServices.DispId(1610678277)>]
member this.CurrentState : uint32
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.VsSetupPackageState")>]
member this.CurrentState : uint32
Public ReadOnly Property CurrentState As UInteger
Property Value
- Attributes