Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration OFN
'Usage
Dim instance As OFN
[FlagsAttribute]
public enum OFN
[FlagsAttribute]
public enum class OFN
public enum OFN
Members
Member name | Description | |
---|---|---|
OFN_READONLY | ||
OFN_OVERWRITEPROMPT | ||
OFN_HIDEREADONLY | ||
OFN_NOCHANGEDIR | ||
OFN_SHOWHELP | ||
OFN_ENABLEHOOK | ||
OFN_ENABLETEMPLATE | ||
OFN_ENABLETEMPLATEHANDLE | ||
OFN_NOVALIDATE | ||
OFN_ALLOWMULTISELECT | ||
OFN_EXTENSIONDIFFERENT | ||
OFN_PATHMUSTEXIST | ||
OFN_FILEMUSTEXIST | ||
OFN_CREATEPROMPT | ||
OFN_SHAREAWARE | ||
OFN_NOREADONLYRETURN | ||
OFN_NOTESTFILECREATE | ||
OFN_NONETWORKBUTTON | ||
OFN_NOLONGNAMES | ||
OFN_EXPLORER | ||
OFN_NODEREFERENCELINKS | ||
OFN_LONGNAMES | ||
OFN_ENABLEINCLUDENOTIFY | ||
OFN_ENABLESIZING | ||
OFN_DONTADDTORECENT | ||
OFN_FORCESHOWHIDDEN |