IVsServiceReferenceMetadataStorage.SaveMetadataFile Method
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.String
- content
Type: array<System.Byte[]
.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.