ExportProviderAttributeBase.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:
abstract property System::Object ^ OptionFlagsInternal { System::Object ^ get(); };
protected:
abstract property Platform::Object ^ OptionFlagsInternal { Platform::Object ^ get(); };
protected abstract object OptionFlagsInternal { get; }
member this.OptionFlagsInternal : obj
Protected MustOverride ReadOnly Property OptionFlagsInternal As Object