- mediaSopInstanceUID
- An System.Array of strings representing the SOP Instance UIDs of the media objects to delete their stored location.
| Visual Basic (Declaration) | |
|---|---|
Sub DeleteMediaLocation( _ ByVal mediaSopInstanceUID() As String _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IMediaCreationDataAccessAgent Dim mediaSopInstanceUID() As String instance.DeleteMediaLocation(mediaSopInstanceUID) | |
| C# | |
|---|---|
void DeleteMediaLocation( string[] mediaSopInstanceUID ) | |
| Managed Extensions for C++ | |
|---|---|
void DeleteMediaLocation( string*[]* mediaSopInstanceUID ) | |
| C++/CLI | |
|---|---|
void DeleteMediaLocation( array<String^>^ mediaSopInstanceUID ) | |
Parameters
- mediaSopInstanceUID
- An System.Array of strings representing the SOP Instance UIDs of the media objects to delete their stored location.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code