Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual SourceSafe
VSSItemClass Class
 Move Method
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual SourceSafe Automation 
VSSItemClass.Move Method 

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.VisualStudio.SourceSafe.Interop
Assembly: Microsoft.VisualStudio.SourceSafe.Interop (in microsoft.visualstudio.sourcesafe.interop.dll)

Visual Basic (Declaration)
Public Overridable Sub Move ( _
	<InAttribute> pINewParent As VSSItem _
) Implements IVSSItem.Move
Visual Basic (Usage)
Dim instance As VSSItemClass
Dim pINewParent As VSSItem

CType(instance, IVSSItem).Move(pINewParent)
C#
public virtual void IVSSItem.Move (
	[InAttribute] VSSItem pINewParent
)
C++
public:
virtual void Move (
	[InAttribute] VSSItem^ pINewParent
) = IVSSItem::Move
J#
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

pINewParent

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker