IVsServiceReferenceMetadataStorageProvider.CreateMetadataStorage Method
Namespace: Microsoft.VisualStudio.WCFReference.Interop
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Syntax
'Declaration
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: System.String
- pszNamespace
Type: System.String
- pszReferenceName
Type: System.String
- pServiceReferenceMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsServiceReferenceMetadataStorage%
- pNameValidationState
Type: Microsoft.VisualStudio.WCFReference.Interop.StorageNameValidationState%
.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.