FileBaseSelection.FileSelectionOptions Property

Gets or sets the file selection options value.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property FileSelectionOptions As UInteger
    Get
    Set
'Usage
Dim instance As FileBaseSelection
Dim value As UInteger

value = instance.FileSelectionOptions

instance.FileSelectionOptions = value
public uint FileSelectionOptions { get; set; }
public:
property unsigned int FileSelectionOptions {
    unsigned int get ();
    void set (unsigned int value);
}
function get FileSelectionOptions () : uint
function set FileSelectionOptions (value : uint)
member FileSelectionOptions : uint32 with get, set

Property Value

Type: System.UInt32

.NET Framework Security

See Also

Reference

FileBaseSelection Class

FileBaseSelection Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace