IVsWCFMetadataStorage.DeleteMetadataFile Method

Deletes an existing metadata file from 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 DeleteMetadataFile ( _
    pszMetadataFileName As String _
)
'Usage
Dim instance As IVsWCFMetadataStorage 
Dim pszMetadataFileName As String

instance.DeleteMetadataFile(pszMetadataFileName)
void DeleteMetadataFile(
    string pszMetadataFileName
)
void DeleteMetadataFile(
    [InAttribute] String^ pszMetadataFileName
)
function DeleteMetadataFile(
    pszMetadataFileName : String
)

Parameters

  • pszMetadataFileName
    Type: System.String

    The name of the metadata file.

.NET Framework Security

See Also

Reference

IVsWCFMetadataStorage Interface

IVsWCFMetadataStorage Members

Microsoft.VisualStudio.WCFReference.Interop Namespace