Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a new 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 CreateStorage ( _
pszNamespace As String, _
pszReferenceName As String, _
<OutAttribute> ByRef pWCFMetadataStorage As IVsWCFMetadataStorage, _
<OutAttribute> ByRef pNameValidationState As StorageNameValidationState _
)
void CreateStorage(
string pszNamespace,
string pszReferenceName,
out IVsWCFMetadataStorage pWCFMetadataStorage,
out StorageNameValidationState pNameValidationState
)
void CreateStorage(
[InAttribute] String^ pszNamespace,
[InAttribute] String^ pszReferenceName,
[OutAttribute] IVsWCFMetadataStorage^% pWCFMetadataStorage,
[OutAttribute] StorageNameValidationState% pNameValidationState
)
abstract CreateStorage :
pszNamespace:string *
pszReferenceName:string *
pWCFMetadataStorage:IVsWCFMetadataStorage byref *
pNameValidationState:StorageNameValidationState byref -> unit
function CreateStorage(
pszNamespace : String,
pszReferenceName : String,
pWCFMetadataStorage : IVsWCFMetadataStorage,
pNameValidationState : StorageNameValidationState
)
Parameters
- pszNamespace
Type: String
The namespace for the storage.
- pszReferenceName
Type: String
The name of the WCF service reference.
- pWCFMetadataStorage
Type: Microsoft.VisualStudio.WCFReference.Interop.IVsWCFMetadataStorage%
The new IVsWCFMetadataStorage.
- 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.