VCPlatform2.HiddenSheetSupported Method
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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
)
Parameters
- In
Type: String
- Ret
Type: Boolean%
- Val
Type: String%
.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.