IVsWCFMetadataStorage.SaveMetadataFile Method
Saves a metadata file in a Windows Communication Foundation (WCF) metadata storage.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
Sub SaveMetadataFile ( _
pszMetadataFileName As String, _
content As Byte() _
)
void SaveMetadataFile(
string pszMetadataFileName,
byte[] content
)
void SaveMetadataFile(
[InAttribute] String^ pszMetadataFileName,
[InAttribute] array<unsigned char>^ content
)
abstract SaveMetadataFile :
pszMetadataFileName:string *
content:byte[] -> unit
function SaveMetadataFile(
pszMetadataFileName : String,
content : byte[]
)
Parameters
pszMetadataFileName
Type: System.StringThe name of the metadata file.
content
Type: array<System.Byte[]A Byte array that contains the metadata.
.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.