VCPlatform2.HiddenSheetSupported, méthode
Espace de noms : Microsoft.VisualStudio.VCProjectEngine
Assembly : Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)
Syntaxe
'Déclaration
Sub HiddenSheetSupported ( _
In As String, _
<OutAttribute> ByRef Ret As Boolean, _
<OutAttribute> ByRef Val As String _
)
void HiddenSheetSupported(
string In,
out bool Ret,
out string Val
)
void HiddenSheetSupported(
[InAttribute] String^ In,
[OutAttribute] bool% Ret,
[OutAttribute] String^% Val
)
abstract HiddenSheetSupported :
In:string *
Ret:bool byref *
Val:string byref -> unit
function HiddenSheetSupported(
In : String,
Ret : boolean,
Val : String
)
Paramètres
- In
Type : System.String
- Ret
Type : System.Boolean%
- Val
Type : System.String%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.