MpfUtilities.ContainsInvalidFileNameChars Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Function ContainsInvalidFileNameChars ( _
name As String _
) As Boolean
public static bool ContainsInvalidFileNameChars(
string name
)
public:
static bool ContainsInvalidFileNameChars(
String^ name
)
static member ContainsInvalidFileNameChars :
name:string -> bool
public static function ContainsInvalidFileNameChars(
name : String
) : boolean
Parameters
- name
Type: System.String
File name.
Return Value
Type: System.Boolean
true if file name is not valid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal Namespace