IRepositoryMetadataSerializer.SerializeSupportedIsolatedShells Method
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
声明
Function SerializeSupportedIsolatedShells ( _
header As IExtensionHeader _
) As String
string SerializeSupportedIsolatedShells(
IExtensionHeader header
)
String^ SerializeSupportedIsolatedShells(
IExtensionHeader^ header
)
abstract SerializeSupportedIsolatedShells :
header:IExtensionHeader -> string
function SerializeSupportedIsolatedShells(
header : IExtensionHeader
) : String
Parameters
Return Value
Type: System.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.