Méthode IsValidMimeType
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Shared Function IsValidMimeType ( _
mimeType As String _
) As Boolean
'Utilisation
Dim mimeType As String
Dim returnValue As Boolean
returnValue = EmbeddedImage.IsValidMimeType(mimeType)
public static bool IsValidMimeType(
string mimeType
)
public:
static bool IsValidMimeType(
String^ mimeType
)
static member IsValidMimeType :
mimeType:string -> bool
public static function IsValidMimeType(
mimeType : String
) : boolean
Paramètres
- mimeType
Type : System. . :: . .String
The input string.
Valeur de retour
Type : System. . :: . .Boolean
A Boolean value.