IPublishFile2.IsOrphaned Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the file cannot be mapped to a file in the project.
public:
property bool IsOrphaned { bool get(); };
public:
property bool IsOrphaned { bool get(); };
[System.Runtime.InteropServices.DispId(4)]
public bool IsOrphaned { get; }
[<System.Runtime.InteropServices.DispId(4)>]
member this.IsOrphaned : bool
Public ReadOnly Property IsOrphaned As Boolean
Property Value
true
if the file cannot be mapped to a file in the project; otherwise, false
.
Implements
- Attributes