IVsServiceReferenceMetadataStorageProvider.CreateMetadataStorage Method
Creates a new XML web service metadata storage.
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Dichiarazione
Sub CreateMetadataStorage ( _
pszStorageType As String, _
pszNamespace As String, _
pszReferenceName As String, _
<OutAttribute> ByRef pServiceReferenceMetadataStorage As IVsServiceReferenceMetadataStorage, _
<OutAttribute> ByRef pNameValidationState As StorageNameValidationState _
)
void CreateMetadataStorage(
string pszStorageType,
string pszNamespace,
string pszReferenceName,
out IVsServiceReferenceMetadataStorage pServiceReferenceMetadataStorage,
out StorageNameValidationState pNameValidationState
)
void CreateMetadataStorage(
[InAttribute] String^ pszStorageType,
[InAttribute] String^ pszNamespace,
[InAttribute] String^ pszReferenceName,
[OutAttribute] IVsServiceReferenceMetadataStorage^% pServiceReferenceMetadataStorage,
[OutAttribute] StorageNameValidationState% pNameValidationState
)
abstract CreateMetadataStorage :
pszStorageType:string *
pszNamespace:string *
pszReferenceName:string *
pServiceReferenceMetadataStorage:IVsServiceReferenceMetadataStorage byref *
pNameValidationState:StorageNameValidationState byref -> unit
function CreateMetadataStorage(
pszStorageType : String,
pszNamespace : String,
pszReferenceName : String,
pServiceReferenceMetadataStorage : IVsServiceReferenceMetadataStorage,
pNameValidationState : StorageNameValidationState
)
Parameters
- pszStorageType
Type: String
The ServiceReferenceType of the XML web service.
- pszNamespace
Type: String
The namespace for the storage.
- pszReferenceName
Type: String
The name of the XML web service reference.
- pServiceReferenceMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage%
The new IVsServiceReferenceMetadataStorage.
- pNameValidationState
Type: Microsoft.VisualStudio.WCFReference.Interop.StorageNameValidationState%
A StorageNameValidationState object.
.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.