ExportLaunchConfigurationProviderAttribute.OptionFlagsInternal 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.
Return the options flags internal
protected:
virtual property System::Object ^ OptionFlagsInternal { System::Object ^ get(); };
protected:
virtual property Platform::Object ^ OptionFlagsInternal { Platform::Object ^ get(); };
protected override object OptionFlagsInternal { get; }
member this.OptionFlagsInternal : obj
Protected Overrides ReadOnly Property OptionFlagsInternal As Object